/* banner ¿ªÊ¼ */
body {
	overflow-x: hidden;  
}
.banner-h {
	height:482px;
	background: #fff;
}
.w-banner {
	width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.banner-bg {
    width: 1920px;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 20;
    overflow: hidden;
}
.banner {
    position: relative;
}
.banner a {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
}
.banner-ctrl-prev,.banner-ctrl-next {
    display: inline-block;
    width: 71px;
    height: 71px;
    position: absolute;
    top: 372px;
    border-radius: 10px;
    cursor: pointer;
    z-index: 30;
}
.banner-ctrl-prev {
    left: 10px;
    background: url(../images/baner_left.png) no-repeat rgba(0,0,0,0.3);
}
.banner-ctrl-prev:hover {
    background: url(../images/baner_left.png) no-repeat rgba(0,0,0,0.5);
}
.banner-ctrl-next {
    right: 10px;
    background: url(../images/baner_right.png) no-repeat rgba(0,0,0,0.3);
}
.banner-ctrl-next:hover {
    background: url(../images/baner_right.png) no-repeat  rgba(0,0,0,0.5);
}
.banner img {
	width:1920px;
	height:482px;
}
/* banner ½áÊø */